Update the Plug & Charge status for a charger
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"card_uid": "bngzmiyvdljnikhw"
}'
See the documentation for more information.
Plug & Charge status updated successfully
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"card_uid": "bngzmiyvdljnikhw"
}'